| Fully Qualified Name: | Laminas\Paginator\SerializableLimitIterator |
| Extends: | LimitIterator |
| Implements: | Serializable, ArrayAccess |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Construct a Laminas\Paginator\SerializableLimitIterator | SerializableLimitIterator |
| offsetExists() | Determine if a value of Iterator is set and is not NULL | SerializableLimitIterator |
| offsetGet() | Returns value of the Iterator | SerializableLimitIterator |
| offsetSet() | Does nothing Required by the ArrayAccess implementation | SerializableLimitIterator |
| offsetUnset() | Does nothing Required by the ArrayAccess implementation | SerializableLimitIterator |
| serialize() | SerializableLimitIterator | |
| unserialize() | SerializableLimitIterator |
Construct a Laminas\Paginator\SerializableLimitIterator
| Parameter Name | Type | Description |
|---|---|---|
| $it | \Iterator | Iterator |
| $offset | int | Offset |
| $count | int | Maximum |
Returns:
Determine if a value of Iterator is set and is not NULL
| Parameter Name | Type | Description |
|---|---|---|
| $offset | int |
Returns: bool
Returns value of the Iterator
| Parameter Name | Type | Description |
|---|---|---|
| $offset | int |
Returns: mixed
Does nothing Required by the ArrayAccess implementation
| Parameter Name | Type | Description |
|---|---|---|
| $offset | int | |
| $value | mixed |
Returns:
Does nothing Required by the ArrayAccess implementation
| Parameter Name | Type | Description |
|---|---|---|
| $offset | int |
Returns:
Returns: string representation of the instance
| Parameter Name | Type | Description |
|---|---|---|
| $data | string | representation |
Returns: void